Monitor Cron e2e Tests #666
Annotations
10 errors and 1 notice
e2e-tests
Timed out waiting 1800s for the test suite to run
|
e2e-tests
Timed out waiting 1800s for the teardown for test suite to run
|
[chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user:
src/e2e/specs/auth.spec.ts#L1
1) [chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
Test timeout of 60000ms exceeded.
|
[chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user:
src/e2e/pages/authPage.ts#L64
1) [chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').nth(1)
at ../pages/authPage.ts:64
62 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
63 | );
> 64 | await this.passwordConfirmInputField.fill(
| ^
65 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
66 | );
67 | await this.ageInputField.fill("31");
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:64:42)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:28:5
|
[chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user:
src/e2e/specs/auth.spec.ts#L1
1) [chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user:
src/e2e/pages/authPage.ts#L64
1) [chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[type="password"]').nth(1)
at ../pages/authPage.ts:64
62 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
63 | );
> 64 | await this.passwordConfirmInputField.fill(
| ^
65 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
66 | );
67 | await this.ageInputField.fill("31");
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:64:42)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:28:5
|
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L14
2) [chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
Test timeout of 180000ms exceeded while running "beforeEach" hook.
12 | test.use({ storageState: { cookies: [], origins: [] } });
13 |
> 14 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
15 | test.slow(
16 | true,
17 | "this test runs through the welcome scan flow, increasing timeout to address it",
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:14:8
|
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/pages/authPage.ts#L64
2) [chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
Error: locator.fill: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('[type="password"]').nth(1)
at ../pages/authPage.ts:64
62 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
63 | );
> 64 | await this.passwordConfirmInputField.fill(
| ^
65 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
66 | );
67 | await this.ageInputField.fill("31");
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:64:42)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:29:5
|
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts#L14
2) [chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 180000ms exceeded while running "beforeEach" hook.
12 | test.use({ storageState: { cookies: [], origins: [] } });
13 |
> 14 | test.beforeEach(async ({ landingPage, page, authPage, welcomePage }) => {
| ^
15 | test.slow(
16 | true,
17 | "this test runs through the welcome scan flow, increasing timeout to address it",
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:14:8
|
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan:
src/e2e/pages/authPage.ts#L64
2) [chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.fill: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('[type="password"]').nth(1)
at ../pages/authPage.ts:64
62 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
63 | );
> 64 | await this.passwordConfirmInputField.fill(
| ^
65 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
66 | );
67 | await this.ageInputField.fill("31");
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:64:42)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:29:5
|
🎭 Playwright Run Summary
7 failed
[chromium] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
[chromium] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
[chromium] › src/e2e/specs/landing/landing-new-account.spec.ts:16:3 › stage - Verify the Landing Page Functionality - new account › Verify "Get free scan" buttons functionality with a new account
[chromium] › src/e2e/specs/landing/landing-new-account.spec.ts:59:3 › stage - Verify the Landing Page Functionality - new account › Verify the "Start free monitoring" button UI and functionality with a new account
[chromium] › src/e2e/specs/purchase.spec.ts:48:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card
[firefox] › src/e2e/specs/auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
[firefox] › src/e2e/specs/dashboard/dashboard-breaches-scan.spec.ts:36:3 › stage - Breaches Dashboard - Breaches Scan, Continuous Protection, Data Profile Actions › Verify that the Premium upsell modal is displayed correctly - Continuous Protection, verify that the user can mark Data broker profiles as fixed
5 skipped
31 did not run
37 passed (30.0m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
Expired
|
46.9 MB |
sha256:0a025db4413cfdfeb782b5e69c9cf3c8fa8df444367ef1244105507f76130acc
|
|
test-results
Expired
|
46.2 MB |
sha256:fe94a21f94b3a102cdd30533b12e07e102fd269f03797748a4009d50debc6e29
|
|